Skip to content

Bugfix/fix creating detector failed when mapping not exists#1641

Open
hyanggeun wants to merge 2 commits intoopensearch-project:mainfrom
hyanggeun:bugfix/fix-creating-detector-when-mapping-not-exists
Open

Bugfix/fix creating detector failed when mapping not exists#1641
hyanggeun wants to merge 2 commits intoopensearch-project:mainfrom
hyanggeun:bugfix/fix-creating-detector-when-mapping-not-exists

Conversation

@hyanggeun
Copy link

Description

Fixes rule query index template creation to include log types with empty mappings by building index patterns from log type metadata, ensuring rule index settings (e.g., rule_analyzer) are applied for all built-in log types. Adds unit tests covering rule topic index template patterns and log type metadata behavior.

Related Issues

Resolves #1640

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

… mappings

Signed-off-by: hyanggeun <songsogu@gmail.com>
Signed-off-by: hyanggeun <songsogu@gmail.com>
@hyanggeun hyanggeun changed the title Bugfix/fix creating detector when mapping not exists Bugfix/fix creating detector failed when mapping not exists Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Rule query index template misses log types with empty mappings (e.g. apache_access)

1 participant